home *** CD-ROM | disk | FTP | other *** search
- head 1.1;
- branch ;
- access ;
- symbols srv030:1.1 srv027:1.1 srv026:1.1 srv024:1.1 srv021:1.1 srv019:1.1 srv018:1.1 srv016:1.1 srv014:1.1 srv010:1.1 srv008:1.1 srv007:1.1 srv006:1.1 srv005:1.1 srv004:1.1 srv003:1.1 srv002:1.1 srv001:1.1;
- locks ; strict;
- comment @ * @;
-
-
- 1.1
- date 91.09.26.12.26.54; author kupfer; state Exp;
- branches ;
- next ;
-
-
- desc
- @Interface from emulator "program" to emulator code in the C library.
- @
-
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @/*
- * spriteEmu.h --
- *
- * Declarations for the Sprite emulation library.
- *
- * Copyright 1991 Regents of the University of California
- * Permission to use, copy, modify, and distribute this
- * software and its documentation for any purpose and without
- * fee is hereby granted, provided that this copyright
- * notice appears in all copies. The University of California
- * makes no representations about the suitability of this
- * software for any purpose. It is provided "as is" without
- * express or implied warranty.
- *
- * $Header: /sprite/lib/forms/RCS/proto.h,v 1.7 91/02/09 13:24:52 ouster Exp $ SPRITE (Berkeley)
- */
-
- #ifndef _SPRITEEMU
- #define _SPRITEEMU
-
- #include <cfuncproto.h>
-
- extern void SpriteEmu_Init _ARGS_((void));
-
- #endif /* _SPRITEEMU */
- @
-